home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/Application.h>
-
- @interface IconApp: Application
- {
- id iconView;
- id speedSlider; // holds the speed of the Animator.
- }
-
- + new; // create the new application, and make us its delegate.
- - setIconView:anObject;
- - appDidInit:sender; // set up in the icon, and set the timing.
- - terminate:sender; // store the defaults, and go away.
- - setSpeedSlider:anObject;
-
- @end
-